home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / query_allow_shadow < prev    next >
Text File  |  2001-04-06  |  462b  |  15 lines

  1. SYNOPSIS
  2.         int query_allow_shadow(object victim)
  3.  
  4. DESCRIPTION
  5.         Return 1 if previous_object() is allowed to use efun shadow()
  6.         on object victim, 0 if it is not.
  7.  
  8.         The function should deny shadowing on all root objects, else
  9.         it might query the victim for clearance. Most installations
  10.         seem to use victim->prevent_shadow(previous_object()) to
  11.         check if the victim denies being shadowed.
  12.  
  13. SEE ALSO
  14.         shadow(E)
  15.